CryptoPro XMLDsig API.
Public API.

ru.CryptoPro.JCPxml.dsig.internal.dom
Class DOMXMLSignature.DOMSignatureValue

java.lang.Object
  extended by ru.CryptoPro.JCPxml.dsig.internal.dom.DOMStructure
      extended by ru.CryptoPro.JCPxml.dsig.internal.dom.DOMXMLSignature.DOMSignatureValue
All Implemented Interfaces:
javax.xml.crypto.dsig.XMLSignature.SignatureValue, javax.xml.crypto.XMLStructure
Enclosing class:
DOMXMLSignature

public class DOMXMLSignature.DOMSignatureValue
extends DOMStructure
implements javax.xml.crypto.dsig.XMLSignature.SignatureValue


Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getId()
           
 byte[] getValue()
           
 void marshal(org.w3c.dom.Node parent, java.lang.String dsPrefix, javax.xml.crypto.dom.DOMCryptoContext context)
           
 boolean validate(javax.xml.crypto.dsig.XMLValidateContext validateContext)
           
 
Methods inherited from class ru.CryptoPro.JCPxml.dsig.internal.dom.DOMStructure
isFeatureSupported
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.xml.crypto.XMLStructure
isFeatureSupported
 

Method Detail

getId

public java.lang.String getId()
Specified by:
getId in interface javax.xml.crypto.dsig.XMLSignature.SignatureValue

getValue

public byte[] getValue()
Specified by:
getValue in interface javax.xml.crypto.dsig.XMLSignature.SignatureValue

validate

public boolean validate(javax.xml.crypto.dsig.XMLValidateContext validateContext)
                 throws javax.xml.crypto.dsig.XMLSignatureException
Specified by:
validate in interface javax.xml.crypto.dsig.XMLSignature.SignatureValue
Throws:
javax.xml.crypto.dsig.XMLSignatureException

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

marshal

public void marshal(org.w3c.dom.Node parent,
                    java.lang.String dsPrefix,
                    javax.xml.crypto.dom.DOMCryptoContext context)
             throws javax.xml.crypto.MarshalException
Specified by:
marshal in class DOMStructure
Throws:
javax.xml.crypto.MarshalException

Copyright Crypto-Pro.
All rights reserved.